Search
MixedSeriesStyle.setCommonStrokeThicknesses Method
See Also
 






Sets a list of stroke thicknesses, each thickness applied to all elements of a Series.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setCommonStrokeThicknesses (
    List<Double> value
)

 Parameters

value

A list with double values that represent the thicknesses.

 See Also